hermeneutic circle
解釈学的循環
Critical reading
Georg Anton Friedrich Ast
Experiential learning
/suto3/google.icon
hermeneutic circle
image
hermeneutic circle
define
hermeneutic circle
wikipedia
hermeneutic circle
weblio
hermeneutic circle
kotobank
hermeneutic circle
jisho
hermeneutic circle
https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/suto3/hermeneutic_circle/hc.pu#.svg
code:hc.pu
@startdot
digraph h {
size ="8.5, 11";
rankdir = LR;
ratio=auto;
label="hermeneutic circle";
node
fontsize = 12, shape = circle
;
edge
fontsize = 10
;
s1
label="CONTEXT"
;
s2
label="TEXT"
;
s1 -> s2
label="①Initial understanding"
;
s2 -> s1
label="②New context"
;
s1 -> s2
label="③New understanding"
;
}
@enddot